From 67c831978886860f6337c3db8ffceca63edb6945 Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Mon, 6 Mar 2006 15:02:26 +0100 Subject: [PATCH] Fix boot-memory layout description. Signed-off-by: Keir Fraser --- xen/include/public/xen.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xen/include/public/xen.h b/xen/include/public/xen.h index 9baf7f0bbe..6e1f366963 100644 --- a/xen/include/public/xen.h +++ b/xen/include/public/xen.h @@ -380,8 +380,8 @@ typedef struct shared_info { * a. relocated kernel image * b. initial ram disk [mod_start, mod_len] * c. list of allocated page frames [mfn_list, nr_pages] - * d. bootstrap page tables [pt_base, CR3 (x86)] - * e. start_info_t structure [register ESI (x86)] + * d. start_info_t structure [register ESI (x86)] + * e. bootstrap page tables [pt_base, CR3 (x86)] * f. bootstrap stack [register ESP (x86)] * 5. Bootstrap elements are packed together, but each is 4kB-aligned. * 6. The initial ram disk may be omitted. -- 2.30.2